home *** CD-ROM | disk | FTP | other *** search
- object SetGridForm: TSetGridForm
- Left = 559
- Top = 199
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Set Grid'
- ClientHeight = 128
- ClientWidth = 185
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 15
- object Label3: TLabel
- Left = 16
- Top = 16
- Width = 101
- Height = 15
- Caption = '&Horizontal (pixels):'
- FocusControl = HEdit
- end
- object Label4: TLabel
- Left = 16
- Top = 52
- Width = 86
- Height = 15
- Caption = '&Vertical (pixels):'
- FocusControl = VEdit
- end
- object OkBtn: TBitBtn
- Left = 8
- Top = 92
- Width = 81
- Height = 28
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
- E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
- E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
- 33333333330B033333333333330F833333333333333083333333}
- end
- object CancelBtn: TBitBtn
- Left = 96
- Top = 92
- Width = 81
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
- 33333333330F833333333333330B033330003333330FB03000B03380000BFB00
- E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
- E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
- 0000333333333333333333333333333333333333333333333333}
- end
- object HEdit: TSpinEdit
- Left = 122
- Top = 12
- Width = 49
- Height = 24
- AutoSize = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 4
- end
- object VEdit: TSpinEdit
- Left = 122
- Top = 48
- Width = 49
- Height = 24
- AutoSize = False
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 4
- end
- end
-